From 2c5f2b3a0b770cdbc602f2e9178762fdd6731de0 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Wed, 18 Dec 2019 20:14:09 +0000 Subject: [PATCH] Version_2_6_13pre8b Gbp-Pq: Name Version_2_6_13pre8b --- o/prelink.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/o/prelink.c b/o/prelink.c index 609f72b2..b6fcb478 100644 --- a/o/prelink.c +++ b/o/prelink.c @@ -2,6 +2,12 @@ #include "include.h" +extern FILE *stdin __attribute__((weak)); +extern FILE *stderr __attribute__((weak)); +extern FILE *stdout __attribute__((weak)); +extern rl_compentry_func_t *rl_completion_entry_function __attribute__((weak)); +extern const char *rl_readline_name __attribute__((weak)); + void prelink_init(void) { -- 2.30.2